Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / FormatCellsActionCommand Class / FormatCellsActionCommand Constructor / FormatCellsActionCommand Constructor(StyleFormat,Worksheet,Nullable<Boolean>,Object)
The worksheet which this command attached to.
The extend object.


In This Topic
FormatCellsActionCommand Constructor(StyleFormat,Worksheet,Nullable<Boolean>,Object)
In This Topic
Initializes a new instance of the FormatCellsActionCommand class.
Syntax
'Declaration
 
Public Function New( _
   ByVal newStyleFormat As StyleFormat, _
   ByVal worksheet As Worksheet, _
   ByVal isMergedCell As Nullable(Of Boolean), _
   ByVal extendObject As Object _
)
 
'Usage
 
Dim newStyleFormat As StyleFormat
Dim worksheet As Worksheet
Dim isMergedCell As Nullable(Of Boolean)
Dim extendObject As Object
 
Dim instance As New FormatCellsActionCommand(newStyleFormat, worksheet, isMergedCell, extendObject)

Parameters

newStyleFormat
worksheet
The worksheet which this command attached to.
isMergedCell
extendObject
The extend object.
See Also